home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 1 / QRZ Ham Radio Callsign Database - December 1993.iso / ucsd / packet / tcpip / os9 / startup.net < prev    next >
Encoding:
Text File  |  1992-03-01  |  699 b   |  38 lines

  1. # Attach interfaces
  2. # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
  3. #                <bufsize> <mtu> [<speed>]
  4. #
  5. mycall dummy
  6. #
  7. # attach /t2 as a 9600 baud SLIP link
  8. attach asy 0x0002 1 slip sl0 8192 1024 9600
  9. # at the moment, don't attach /t1 as a 9600 baud KISS link
  10. # attach asy 0x0001 1 ax25 ax0 2048 576 9600
  11. # param ax0 1 5
  12. # param ax0 2 40
  13. # param ax0 3 3
  14. # param ax0 4 3
  15. # param ax0 5 0
  16. #
  17. #         Remainder of configuration
  18. #
  19. hostname m68-graz
  20. echo refuse
  21. escape 24
  22. digipeat on
  23. ttl 16
  24. ipaddr [44.192.000.001]
  25. route add 44.192.000.002 sl0
  26. #route add default ax0
  27. window 512
  28. mss 256
  29. #
  30. start smtp
  31. start ftp
  32. start echo
  33. start discard
  34. start telnet
  35. #
  36. # turn on tracing
  37. trace f025
  38.